Environments
Merdeka provides separate endpoints depending on whether you are creating/updating data within the platform or retrieving data. Each environment also has its own dedicated base URL for Production (live) and Development (sandbox) usage.
1. Project Creation & Updates
Use these endpoints when you need to authenticate, create new projects or update existing projects in Merdeka.
-
Base URL Production (live):
https://api.merdeka.app/api/v1 -
Base URL Development (sandbox):
https://api-dev.merdeka.app/api/v1
2. Project Retrieval
Use these endpoints when you need to fetch projects from Merdeka.
-
Base URL Production (live):
https://externals.merdeka.app/api/v1 -
Base URL Development (sandbox):
https://externals-dev.merdeka.nvpdev.tech/api/v1
💡 Tip: Always start with Development. Once data looks good, switch to Production.
📩 Need credentials and keys? Email: merdeka@sunderenergy